Browser-Memory
Browser-Memory launched an open catalog of reusable browser skills for AI agents, allowing agents to execute tasks like searching LinkedIn via a CLI tool without exposing cookies or browser sessions. …
Browser-Memory launched an open catalog of reusable browser skills for AI agents, allowing agents to execute tasks like searching LinkedIn via a CLI tool without exposing cookies or browser sessions. …
A developer measured the token cost of browser MCP snapshots, finding that a full accessibility tree from a Hacker News comment page consumed about 77,000 tokens versus 2,700 with a leaner approach. A…
An open-source browser automation MCP called Brocogni reduces token costs by 81% compared to Playwright MCP by pre-computing selectors server-side. The developer found that iteration, not observation …
A developer released a plugin for Claude Code that allows users to draw feedback directly onto a frontend and send it to Claude for implementation. The tool uses Playwright MCP and an annotation toolb…
A developer scanned 1,200 real-world MCP (Model Context Protocol) configuration files from public GitHub repositories using an open-source security tool called Pluto AgentGuard. The scan found that 20…
Cloudflare data shows automated bots now make up 57.2% of web traffic, surpassing humans over a year earlier than CEO Matthew Prince predicted. AI agents increasingly rely on the accessibility tree to…
A developer tested five local AI models against Claude Sonnet 4 on a real coding task—building a tag manager for a blog admin panel. Only two models shipped working code: Sonnet 4 and Qwen3-Coder 30B-…
Agentic QA pipelines are replacing script-based test automation in 2026, as teams shift from maintaining explicit test instructions to describing goals. Quash's 2026 State of QA Automation Report foun…
A developer built Dusk, an open-source tool that gives AI agents direct access to Flutter app semantics via VM Service extensions, enabling live, unscripted testing without test files or build steps. …
A developer tested BrowserAct, a browser automation CLI built for AI agents, and found it addresses the gap between simple remote control and the messy reality of real websites. BrowserAct's key innov…
Fighter90 released career-ops-ui v1.69.2, a local-first web dashboard for the open-source AI job-search pipeline career-ops. The tool runs entirely on the user's machine with no cloud accounts or tele…
Playwright MCP is a Model Context Protocol server that exposes Playwright's browser capabilities to AI agents, enabling them to open pages, click, type, inspect accessibility snapshots, and capture sc…
CloakBrowser MCP is an open-source Model Context Protocol server that integrates upstream Playwright MCP tools with the CloakBrowser Chromium runtime. The project generates a Playwright MCP configurat…
A QA engineer built an automated testing project for a SwiftCart e-commerce app using Playwright, TypeScript, Cursor, Playwright MCP, Context7 MCP, and GitHub Actions CI. The developer found that Play…